home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
- #
- # dhcp-config.hlp
- #
- # Copyright 1988-1996 Silicon Graphics, Inc.
- # All rights reserved.
- #
- # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- # the contents of this file may not be disclosed to third parties, copied or
- # duplicated in any form, in whole or in part, without the prior written
- # permission of Silicon Graphics, Inc.
- #
- # RESTRICTED RIGHTS LEGEND:
- # Use, duplication or disclosure by the Government is subject to restrictions
- # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- # rights reserved under the Copyright Laws of the United States.
- #
- # $Id: dhcp-config.hlp,v 1.9 1997/04/17 21:22:55 shotes Exp $
-
- print <<EndOfFile;
- Content-type: text/html
-
- <FORM>
- <H2>Configuring DHCP Server Options</H2>
- <P>
- Clients contact the DHCP server at boot time to request an
- Internet address and configuration information. The information
- that clients receive is contained in files in the
- <VAR>/var/dhcp/config</VAR> directory. This directory
- contains a separate configuration file for each network or subnet
- in an organization. When you configure the DHCP server,
- you specify the configuration information that will be contained in the
- DHCP file for clients on a particular network.
- </P>
- Use this form to set these client parameters:
- <P>
-
- <STRONG>Add New Subnet:</STRONG> This field allows you to
- add networks to the DHCP service. To add a network, enter the network
- number for the network that is to be served by DHCP. Use dotted decimal
- (such as 1.2.3.0) or hexadecimal (such as 0x01020300) notation in your
- entry. Click the <VAR>Add New Subnet</VAR> button to display the Basic
- Options form, which allows you to enter general DHCP configuration
- parameters for this new network (you can also access advanced options
- from the Basic Options form). Completing the Basic Options form for a
- network adds the network to the list of existing subnet configurations
- (below).
- </P>
- (Default value: none)
- <P>
- <STRONG>Edit Existing Subnet:</STRONG> This list contains the network
- number for each network that is currently receiving DHCP services.
- To change the configuration for a network, select a network from the list
- and click the <VAR>Edit Existing Subnet</VAR> button. This displays the
- Basic Options form for the network and allows you to change its DHCP
- configuration parameters.
- </P>
- (Default value: none)
- <P>
- <STRONG>Delete Existing Subnet:</STRONG>
- To remove DHCP services for a network, select a network from the list and
- click the <VAR>Delete Existing Subnet</VAR> button to remove it. Then click
- the <VAR>Ok</VAR> button to put the changes in effect.
- </P>
- (Default value: none)
- <P>
- <CENTER>
- <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
- </CENTER>
- </FORM>
- EndOfFile
-